home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / misc / pdflib / pdfdoc_e.h < prev    next >
Text File  |  1999-01-01  |  7KB  |  265 lines

  1. /* pdfdoc_e.h
  2.  * Copyright (C) 1997-98 Thomas Merz. All rights reserved.
  3.  *
  4.  * PDFDoc encoding vector
  5.  */
  6.  
  7. PDF_encodingvector pdf_pdfdoc = {
  8. NULL,        /* 0x00        0 */
  9. NULL,        /* 0x01        1 */
  10. NULL,        /* 0x02        2 */
  11. NULL,        /* 0x03        3 */
  12. NULL,        /* 0x04        4 */
  13. NULL,        /* 0x05        5 */
  14. NULL,        /* 0x06        6 */
  15. NULL,        /* 0x07        7 */
  16. NULL,        /* 0x08        8 */
  17. NULL,        /* 0x09        9 */
  18. NULL,        /* 0x0A        10 */
  19. NULL,        /* 0x0B        11 */
  20. NULL,        /* 0x0C        12 */
  21. NULL,        /* 0x0D        13 */
  22. NULL,        /* 0x0E        14 */
  23. NULL,        /* 0x0F        15 */
  24. NULL,        /* 0x10        16 */
  25. NULL,        /* 0x11        17 */
  26. NULL,        /* 0x12        18 */
  27. NULL,        /* 0x13        19 */
  28. NULL,        /* 0x14        20 */
  29. NULL,        /* 0x15        21 */
  30. NULL,        /* 0x16        22 */
  31. NULL,        /* 0x17        23 */
  32. "breve",    /* 0x18        24 */
  33. "caron",    /* 0x19        25 */
  34. "circumflex",    /* 0x1A        26 */
  35. "dotaccent",    /* 0x1B        27 */
  36. "hungarumlaut",    /* 0x1C        28 */
  37. "ogonek",    /* 0x1D        29 */
  38. "ring",        /* 0x1E        30 */
  39. "tilde",    /* 0x1F        31 */
  40. "space",    /* 0x20        32 */
  41. "exclam",    /* 0x21        33 */
  42. "quotedbl",    /* 0x22        34 */
  43. "numbersign",    /* 0x23        35 */
  44. "dollar",    /* 0x24        36 */
  45. "percent",    /* 0x25        37 */
  46. "ampersand",    /* 0x26        38 */
  47. "quotesingle",    /* 0x27        39 */
  48. "parenleft",    /* 0x28        40 */
  49. "parenright",    /* 0x29        41 */
  50. "asterisk",    /* 0x2A        42 */
  51. "plus",        /* 0x2B        43 */
  52. "comma",    /* 0x2C        44 */
  53. "hyphen",    /* 0x2D        45 */
  54. "period",    /* 0x2E        46 */
  55. "slash",    /* 0x2F        47 */
  56. "zero",        /* 0x30        48 */
  57. "one",        /* 0x31        49 */
  58. "two",        /* 0x32        50 */
  59. "three",    /* 0x33        51 */
  60. "four",        /* 0x34        52 */
  61. "five",        /* 0x35        53 */
  62. "six",        /* 0x36        54 */
  63. "seven",    /* 0x37        55 */
  64. "eight",    /* 0x38        56 */
  65. "nine",        /* 0x39        57 */
  66. "colon",    /* 0x3A        58 */
  67. "semicolon",    /* 0x3B        59 */
  68. "less",        /* 0x3C        60 */
  69. "equal",    /* 0x3D        61 */
  70. "greater",    /* 0x3E        62 */
  71. "question",    /* 0x3F        63 */
  72. "at",        /* 0x40        64 */
  73. "A",        /* 0x41        65 */
  74. "B",        /* 0x42        66 */
  75. "C",        /* 0x43        67 */
  76. "D",        /* 0x44        68 */
  77. "E",        /* 0x45        69 */
  78. "F",        /* 0x46        70 */
  79. "G",        /* 0x47        71 */
  80. "H",        /* 0x48        72 */
  81. "I",        /* 0x49        73 */
  82. "J",        /* 0x4A        74 */
  83. "K",        /* 0x4B        75 */
  84. "L",        /* 0x4C        76 */
  85. "M",        /* 0x4D        77 */
  86. "N",        /* 0x4E        78 */
  87. "O",        /* 0x4F        79 */
  88. "P",        /* 0x50        80 */
  89. "Q",        /* 0x51        81 */
  90. "R",        /* 0x52        82 */
  91. "S",        /* 0x53        83 */
  92. "T",        /* 0x54        84 */
  93. "U",        /* 0x55        85 */
  94. "V",        /* 0x56        86 */
  95. "W",        /* 0x57        87 */
  96. "X",        /* 0x58        88 */
  97. "Y",        /* 0x59        89 */
  98. "Z",        /* 0x5A        90 */
  99. "bracketleft",    /* 0x5B        91 */
  100. "backslash",    /* 0x5C        92 */
  101. "bracketright",    /* 0x5D        93 */
  102. "asciicircum",    /* 0x5E        94 */
  103. "underscore",    /* 0x5F        95 */
  104. "grave",    /* 0x60        96 */
  105. "a",        /* 0x61        97 */
  106. "b",        /* 0x62        98 */
  107. "c",        /* 0x63        99 */
  108. "d",        /* 0x64        100 */
  109. "e",        /* 0x65        101 */
  110. "f",        /* 0x66        102 */
  111. "g",        /* 0x67        103 */
  112. "h",        /* 0x68        104 */
  113. "i",        /* 0x69        105 */
  114. "j",        /* 0x6A        106 */
  115. "k",        /* 0x6B        107 */
  116. "l",        /* 0x6C        108 */
  117. "m",        /* 0x6D        109 */
  118. "n",        /* 0x6E        110 */
  119. "o",        /* 0x6F        111 */
  120. "p",        /* 0x70        112 */
  121. "q",        /* 0x71        113 */
  122. "r",        /* 0x72        114 */
  123. "s",        /* 0x73        115 */
  124. "t",        /* 0x74        116 */
  125. "u",        /* 0x75        117 */
  126. "v",        /* 0x76        118 */
  127. "w",        /* 0x77        119 */
  128. "x",        /* 0x78        120 */
  129. "y",        /* 0x79        121 */
  130. "z",        /* 0x7A        122 */
  131. "braceleft",    /* 0x7B        123 */
  132. "bar",        /* 0x7C        124 */
  133. "braceright",    /* 0x7D        125 */
  134. "asciitilde",    /* 0x7E        126 */
  135. NULL,        /* 0x7F        127 */
  136. "bullet",    /* 0x80        128 */
  137. "dagger",    /* 0x81        129 */
  138. "daggerdbl",    /* 0x82        130 */
  139. "ellipsis",    /* 0x83        131 */
  140. "emdash",    /* 0x84        132 */
  141. "endash",    /* 0x85        133 */
  142. "florin",    /* 0x86        134 */
  143. "fraction",    /* 0x87        135 */
  144. "guilsinglleft",/* 0x88        136 */
  145. "guilsinglright",/* 0x89        137 */
  146. "minus",    /* 0x8A        138 */
  147. "perthousand",    /* 0x8B        139 */
  148. "quotedblbase",    /* 0x8C        140 */
  149. "quotedblleft",    /* 0x8D        141 */
  150. "quotedblright",/* 0x8E        142 */
  151. "quoteleft",    /* 0x8F        143 */
  152. "quoteright",    /* 0x90        144 */
  153. "quotesinglbase",/* 0x91        145 */
  154. "trademark",    /* 0x92        146 */
  155. "fi",        /* 0x93        147 */
  156. "fl",        /* 0x94        148 */
  157. "Lslash",    /* 0x95        149 */
  158. "OE",        /* 0x96        150 */
  159. "Scaron",    /* 0x97        151 */
  160. "Ydieresis",    /* 0x98        152 */
  161. "Zcaron",    /* 0x99        153 */
  162. "dotlessi",    /* 0x9A        154 */
  163. "lslash",    /* 0x9B        155 */
  164. "oe",        /* 0x9C        156 */
  165. "scaron",    /* 0x9D        157 */
  166. "zcaron",    /* 0x9E        158 */
  167. NULL,        /* 0x9F        159 */
  168. NULL,        /* 0xA0        160 */
  169. "exclamdown",    /* 0xA1        161 */
  170. "cent",        /* 0xA2        162 */
  171. "sterling",    /* 0xA3        163 */
  172. "currency",    /* 0xA4        164 */
  173. "yen",        /* 0xA5        165 */
  174. "brokenbar",    /* 0xA6        166 */
  175. "section",    /* 0xA7        167 */
  176. "dieresis",    /* 0xA8        168 */
  177. "copyright",    /* 0xA9        169 */
  178. "ordfeminine",    /* 0xAA        170 */
  179. "guillemotleft",/* 0xAB        171 */
  180. "logicalnot",    /* 0xAC        172 */
  181. NULL,        /* 0xAD        173 */
  182. "registered",    /* 0xAE        174 */
  183. "macron",    /* 0xAF        175 */
  184. "degree",    /* 0xB0        176 */
  185. "plusminus",    /* 0xB1        177 */
  186. "twosuperior",    /* 0xB2        178 */
  187. "threesuperior",/* 0xB3        179 */
  188. "acute",    /* 0xB4        180 */
  189. "mu",        /* 0xB5        181 */
  190. "paragraph",    /* 0xB6        182 */
  191. "periodcentered",/* 0xB7        183 */
  192. "cedilla",    /* 0xB8        184 */
  193. "onesuperior",    /* 0xB9        185 */
  194. "ordmasculine",    /* 0xBA        186 */
  195. "guillemotright",/* 0xBB        187 */
  196. "onequarter",    /* 0xBC        188 */
  197. "onehalf",    /* 0xBD        189 */
  198. "threequarters",/* 0xBE        190 */
  199. "questiondown",    /* 0xBF        191 */
  200. "Agrave",    /* 0xC0        192 */
  201. "Aacute",    /* 0xC1        193 */
  202. "Acircumflex",    /* 0xC2        194 */
  203. "Atilde",    /* 0xC3        195 */
  204. "Adieresis",    /* 0xC4        196 */
  205. "Aring",    /* 0xC5        197 */
  206. "AE",        /* 0xC6        198 */
  207. "Ccedilla",    /* 0xC7        199 */
  208. "Egrave",    /* 0xC8        200 */
  209. "Eacute",    /* 0xC9        201 */
  210. "Ecircumflex",    /* 0xCA        202 */
  211. "Edieresis",    /* 0xCB        203 */
  212. "Igrave",    /* 0xCC        204 */
  213. "Iacute",    /* 0xCD        205 */
  214. "Icircumflex",    /* 0xCE        206 */
  215. "Idieresis",    /* 0xCF        207 */
  216. "Eth",        /* 0xD0        208 */
  217. "Ntilde",    /* 0xD1        209 */
  218. "Ograve",    /* 0xD2        210 */
  219. "Oacute",    /* 0xD3        211 */
  220. "Ocircumflex",    /* 0xD4        212 */
  221. "Otilde",    /* 0xD5        213 */
  222. "Odieresis",    /* 0xD6        214 */
  223. "multiply",    /* 0xD7        215 */
  224. "Oslash",    /* 0xD8        216 */
  225. "Ugrave",    /* 0xD9        217 */
  226. "Uacute",    /* 0xDA        218 */
  227. "Ucircumflex",    /* 0xDB        219 */
  228. "Udieresis",    /* 0xDC        220 */
  229. "Yacute",    /* 0xDD        221 */
  230. "Thorn",    /* 0xDE        222 */
  231. "germandbls",    /* 0xDF        223 */
  232. "agrave",    /* 0xE0        224 */
  233. "aacute",    /* 0xE1        225 */
  234. "acircumflex",    /* 0xE2        226 */
  235. "atilde",    /* 0xE3        227 */
  236. "adieresis",    /* 0xE4        228 */
  237. "aring",    /* 0xE5        229 */
  238. "ae",        /* 0xE6        230 */
  239. "ccedilla",    /* 0xE7        231 */
  240. "egrave",    /* 0xE8        232 */
  241. "eacute",    /* 0xE9        233 */
  242. "ecircumflex",    /* 0xEA        234 */
  243. "edieresis",    /* 0xEB        235 */
  244. "igrave",    /* 0xEC        236 */
  245. "iacute",    /* 0xED        237 */
  246. "icircumflex",    /* 0xEE        238 */
  247. "idieresis",    /* 0xEF        239 */
  248. "eth",        /* 0xF0        240 */
  249. "ntilde",    /* 0xF1        241 */
  250. "ograve",    /* 0xF2        242 */
  251. "oacute",    /* 0xF3        243 */
  252. "ocircumflex",    /* 0xF4        244 */
  253. "otilde",    /* 0xF5        245 */
  254. "odieresis",    /* 0xF6        246 */
  255. "divide",    /* 0xF7        247 */
  256. "oslash",    /* 0xF8        248 */
  257. "ugrave",    /* 0xF9        249 */
  258. "uacute",    /* 0xFA        250 */
  259. "ucircumflex",    /* 0xFB        251 */
  260. "udieresis",    /* 0xFC        252 */
  261. "yacute",    /* 0xFD        253 */
  262. "thorn",    /* 0xFE        254 */
  263. "ydieresis"    /* 0xFF        255 */
  264. };
  265.